home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / config.h < prev    next >
C/C++ Source or Header  |  2004-06-11  |  608b  |  27 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. #ifndef __config_h_
  3. #define __config_h_
  4.  
  5. /* Define to empty if the keyword does not work.  */
  6. /* #undef const */
  7.  
  8. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  9. /* #undef size_t */
  10.  
  11. /* Define if you have the ANSI C header files.  */
  12. #define STDC_HEADERS 1
  13.  
  14. /* Define if you have POSIX compliant sys/wait.h */
  15. #define HAVE_SYS_WAIT_H 1
  16.  
  17. /* "printf" buffer size */
  18. #define PRINTF_BUFFER_SIZE  (8*1024)
  19.  
  20. /* "system" buffer size */
  21. #define SYSTEM_BUFFER_SIZE  (8*1024)
  22.  
  23. /* maximal number of function arguments */
  24. #define MAX_NARGS 32
  25.  
  26. #endif
  27.